home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / manage / netbac.arc / README.NET < prev    next >
Text File  |  1989-01-26  |  2KB  |  57 lines

  1. 'NETBACK
  2.  
  3. 'PROGRAM WRITTEN IN MICROSOFT QUICKBASIC VERS 4.5
  4.  
  5. 'WRITTEN 11/22/88 BY TMR
  6.  
  7. 'OVERVIEW
  8.  
  9. 'This program is designed to facilitate the copying of
  10. subdirectories from one file server to another.  It calls a batch
  11. file which performs the necessary commands.
  12.  
  13. 'The program is designed to run at a user specified time so that
  14. it can run overnight when there is no one logged on.  Since it
  15. must be left running on a logged in terminal, the usual break
  16. keys are trapped and ignored.  When the batch file is done, the
  17. program executes the LOGOUT command.
  18.  
  19. It is suggested that a special login be used to execute this
  20. program.  The login should NOT have supervisor rights.  It should
  21. have rights to those directories that need to be backed up.
  22.  
  23. 'The program will also update a backup log file.  It asks for the
  24. backup log file name.  It enters the date and time and also
  25. copies the batch file to the log so there is a record of what was
  26. actually attempted.
  27.  
  28. The program can be aborted by hitting the down arrow key on
  29. the numeric keypad.  You then have 10 seconds to enter the
  30. appropriate password.  The password is supplied by the user
  31. when the program is run.  All attempts at aborts, successful
  32. and unsuccessful, are recorded in the backup log file.
  33.  
  34.  
  35. The files consist of the following:
  36.  
  37.      NETBACK.EXE  A standalone version of the program compiled
  38. with Microsoft Quickbasic version 4.5.
  39.  
  40.      NETBACK1.EXE  A compiled version that requires BRUN45.EXE to
  41. run.
  42.      
  43.      NETBACK.BAS  The source code saved in ASCII format.
  44.  
  45.      SAMPLE.BAT  A sample batch file used for network backup.
  46. This would be the file executed by the program.  You can name the
  47. file whatever you like since the program asks for the batch
  48. filename to execute.
  49.  
  50.      LOG.NET  A sample of a log file produced by the program.
  51.  
  52. No warranties or representations are made regarding this program.
  53.  
  54. USE AT YOUR OWN RISK.
  55. =====================
  56.  
  57.